Server file
Specify here the full path of the file on the SAP application server. Consider the notation of the respective operating system of your SAP application server (for example on Unix systems the file separator is a slash (/) and not a backslash (\) like on Windows systems). You can also use placeholders for DIR_TEMP, DIR_HOME and DIR_TRANS (to be put in angle brackets) which would be replaced by the values of the corresponding profile parameters, followed by the (OS specific) file separator.
Examples:
"<DIR_TEMP>TCURR.bin" => will be changed to "/tmp/TCURR.bin" when DIR_TEMP is set to "/tmp".
"<DIR_HOME>dev_w0" => will be changed to "/usr/sap/NPL/work/dev_w0" when DIR_HOME is set to "/usr/sap/NPL/work"
"<DIR_TRANS>data/R900312.DX1" => will be changed to "/usr/sap/trans.DX2/data/R900312.DX1" when DIR_TRANS is set to "/usr/sap/trans.DX2"
You can also enter any other (valid) path to a file on the server.